'Declaration
Public Function New( _ ByVal server As String, _ ByVal item As String, _ ByVal errorId As String, _ ByVal vtqPayload As DAVtqPayload(Of TValue) _ )
'Usage
Dim server As String Dim item As String Dim errorId As String Dim vtqPayload As DAVtqPayload(Of TValue) Dim instance As New DAItemChangedPayload(Of TValue)(server, item, errorId, vtqPayload)
public DAItemChangedPayload<TValue>( string server, string item, string errorId, DAVtqPayload<TValue> vtqPayload )
public: DAItemChangedPayload<TValue>( String^ server, String^ item, String^ errorId, DAVtqPayload<TValue^>^ vtqPayload )
Parameters
- server
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- item
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- errorId
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- vtqPayload
The value of this parameter cannot be
null
(Nothing
in Visual Basic).